Verify search/filter and scroll speed features on dev branch#83
Closed
Verify search/filter and scroll speed features on dev branch#83
Conversation
Co-authored-by: thehack904 <35552907+thehack904@users.noreply.github.com>
Co-authored-by: thehack904 <35552907+thehack904@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add search/filter functionality to the guide
Add search/filter and configurable auto-scroll speed to guide
Feb 15, 2026
Copilot stopped work on behalf of
thehack904 due to an error
February 15, 2026 22:55
Copilot stopped work on behalf of
thehack904 due to an error
February 15, 2026 23:01
Co-authored-by: thehack904 <35552907+thehack904@users.noreply.github.com>
Copilot
AI
changed the title
Add search/filter and configurable auto-scroll speed to guide
Add channel/program search and configurable scroll speed
Feb 15, 2026
Co-authored-by: thehack904 <35552907+thehack904@users.noreply.github.com>
Copilot
AI
changed the title
Add channel/program search and configurable scroll speed
Verify search/filter and scroll speed features on dev branch
Feb 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verification
Confirmed PR #86 merge to dev is functional. Tested search/filter and configurable scroll speed features against running application.
Verified Components
Search/Filter
guide-filter.jsloads and executes without errorsScroll Speed
[auto-scroll] Scroll speed changed to: fastIntegration
Screenshots
Guide page with search:

Settings menu with scroll speed:

Files Validated
All syntax checks passed. Features operational on dev branch (commit 91c6a78).
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
iptv.lan/usr/bin/python3 python3 app.py(dns block)/usr/bin/python3 python3 app.py bin/WALinuxAgent-2.15.0.1-py3.12.egg -collect-logs(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
Overview
Add search/filter functionality to the guide and make the auto-scroll speed user-configurable.
Features to Implement
1. Add Search/Filter Box to Guide
Add a search input box that allows users to filter channels by name or program title in real-time.
UI Components
File:
templates/guide.html(around line 50-70, before the guide grid)Add a search input box in the header area:
CSS Styling
File:
static/css/base.css(add at the end)JavaScript Filter Logic
File:
static/js/guide-filter.js(new file)Include in guide.html:
Add before closing
</body>tag:2. Adjustable Scrolling Speed for Auto-Scroll
Allow users to configure the auto-scroll speed with a setting in the UI.
Add Speed Setting to UI
File:
templates/_header.htmlortemplates/guide.htmlAdd a speed selector in the settings dropdown (if it exists), or add a small control near the auto-scroll toggle: